Skip to main content

Visual Analytics Data

Visual Analytics is a Poly Lens Premium Premium Star icon feature enabled by Poly+ Enterprise.

Architecture

When you enable Visual Analytics in Poly Lens, Poly deploys a database for you in the Microsoft Azure cloud. Poly Lens populates that database with telemetry events from your Poly Lens account. The database is updated with the latest events once per day. Poly provides you with credentials that allow read-only access to this database. You may then connect your preferred analysis tool to this database to access your telemetry data.
Notes:

  • Because the database is updated daily, it will be empty after Visual Analytics is enabled until the first daily update occurs.
  • Historical data in Visual Analytics begins at the time that Visual Analytics is enabled. Consequently, it may take some time for a useful amount of historical data to accumulate.
  • At present, Visual Analytics does not recognize when devices have been deleted from Lens. Data for deleted devices will remain in the device, device_status, device_history, and device_event tables indefinitely, making the devices appear to be merely inactive.

Data Organization

The telemetry database is organized into star schemas for convenient access from popular BI tools. There are six fact tables. The schema is best understood as six different stars, each with a different fact table at its center.

Fact Tables

ItemDescription
device_statusThe device_status table contains one row per device containing the most recent status of the device.
device_historyThe device_history table contains one row per device per day containing the status of the device at the end of the day. Data older than one year may be purged.
device_eventThe device_event table contains one row per device status event, containing the device status after the event. Data older than 60 days may be purged.
cdrThe CDR table contains records of all calls made by your devices. Each row documents details about a single call. Available data varies by device type. Calls placed on PolyOS devices running in Poly Mode currently have the most data available. Data older than one year may be purged.
usageThe usage table contains one row for each detected period of device/room usage, including calls on the device, people in the room, and content sharing to/from the device. When multiple types of usage occur simultaneously, all will be combined into a single usage event. For example, if a person is detected in a room for a one hour period, during which three five minute calls are made, a single usage record will be generated, with a durationSeconds of 3600, a secondsInCall of 900, and a secondsWithPeople of 3600. Usage periods are bounded to a single day, so a meeting lasting from 11:50pm to 12:10am will be recorded as two usages: One from 11:50pm to 12:00am and one from 12:00am to 12:10am. Data older than one year may be purged.
mediaThe media table contains records of media sharing sessions (screen sharing) by your devices. Each row documents details of a single media sharing session. Available data varies by device type. Data older than one year may be purged.

Dimension Tables

ItemDescription
dayThe day table is a simple calendar table provided for your convenience. The table contains 31 years of data starting with the year that Visual Analytics is enabled. If you are planning any sophisticated time based aggregations, it is recommended that you substitute your own calendar table that corresponds to your business calendar.
deviceThe device table contains information about devices that is not expected to change over the lifetime of the device. There is one row per device.
modelThe model table contains hardware model information. The model table does not contain all Poly hardware models, only those of devices you have connected to Lens. Almost every device should have a model. Sometimes Lens does not have model information for unsupported secondary devices.
pluginThe plugin table contains softphone plugin information.
productThe product table contains product branding information. Product information is not available for all devices. Some devices support multiple types of firmware for the same hardware model, each of which is specific to a different partner integration. These devices will always have product information, and the product information can be used to distinguish the partners/firmwares.
roomThe room table contains information about the rooms where devices in your account are located.
siteThe site table contains information about the sites where devices in your account are located.
software releaseThe software_release table contains device firmware release information. Each software release is identified by a software version and a software build. Some devices do not report software release information.

Data Dictionary

ItemDescriptionExample
answeredInSoftphoneTRUE if the call was answered by a softphone.TRUE
appNameThe Provider currently running on the device, such as Poly, 8x8 Meeting Rooms, GoToRoom, Microsoft Teams, RingCentral Rooms, StarLeaf, or Zoom Rooms.Teams
averageCountThe mean number of people detected in the room during the meeting. Only available for devices that support counting people.2.3351853
calendarDateThe day expressed as an SQL date.2022-01-01T00:00:00:0000000
calendarDayThe day of the week, as text.Saturday
calendarMonthThe month of the year, as text.January
calendarYearThe year.2022
callDirectionOne of the following: INCOMING, OUTGOINGOUTGOING
callidUnique network signaling identifier for the call. (SIP/H323)2127197942
callRateBit rate for the call, in kbps.1024
connectedIndicates that the device is actively communicating to the cloud. The precise meaning depends on how the device connects to the cloud:
- For most audio and video devices, it means that there is an active socket connection to the Poly Lens cloud.
- For devices that are only connected via the provisioning flow, it means the device has requested its configuration from the provisioning server recently.
- For devices connecting through other devices (such as headsets through Poly Lens Desktop, or an Poly EagleEye Cube through a Poly G7500) it means the device is currently attached AND its parent is actively connected.
- For devices that are incapable of connecting to Poly Lens, the value is always null. This includes several types of microphones, cameras, and remote controls attached to video endpoints.
true
connectedFlappingCountA count of the number of times in the day that the device transitioned from connected to disconnected or from disconnected to connected.6
dayIdIdentifies the day that the data row belongs to. The day is formatted yyyymmdd. It can be used as a foreign key into the day table for making time based aggregations.20230216
dayOfMonthThe numeric day of the month (1-31).1
dayOfWeekThe numeric day of the week (1-7), with 1 meaning Sunday.7
dayOfWeekStartMondayThe numeric day of the week (1-7), with 1 meaning Saturday.6
dayOfYearThe numeric day of the year (1-366).1
deviceIdA unique identifier for a device. Although this ID is frequently derived from the serial number or MAC address of the device, there is absolutely no guarantee that it will be meaningful.008l2124000675fj
dialStringInitial dial string as supplied by the originator.4045551212
disconnectInfoThe reason for call termination.The call has ended. Local user initiated hangup.
durationSecondsThe total time (in seconds) that the meeting lasted.2700
endTimeThe time that the meeting ended.2022-01-26T22:00:54.987+0000
externalIPThe public IP address that the device (or relay) used to connect to the Lens cloud. Some devices do not report public IP address.73.223.43.53
firstEventTimeThe date and time of the first event relating to a device. Note that if the device was connected to Lens before Visual Analytics was enabled, this will be the time that Visual Analytics was enabled.2022-09-26T01:26:45.0650000
hardwareRevisionThe revision number of the device’s hardware. Some devices do not report revision number.1
internalIPThe IP address of the device, as reported by its network interface. Most devices are connected to a private subnet, and for them this is the device's address on that subnet. For devices with multiple IP addresses, the first one in the list is used. Some devices do not report internal IP address.192.168.1.9
isBeforeActivationTrue if the day occurred before Visual Analytics was activated.True
isLastDayOfMonthTrue on the last day of each month. False on all other days.False
isWeekDayTrue for Monday, Tuesday, Wednesday, Thursday, and Friday. False for Saturday and Sunday.False
lastEventTimeThe date and time that the most recent event relating to a device was received.2022-10-20T08:02:29.9540000
localNameThe human readable name of the local user.MyName
localTagSIP signaling tag of the local endpoint.9230296C-98C04D83
localUriSIP/H323 signaling URI of the local endpoint.SIP:MyName@MyDomain.com
macAddressThe MAC address of the device. Some devices do not have a MAC address. Some devices have multiple MAC addresses, and only one is used. Some devices do not report MAC address.00:e0:db:5e:9e:40
mediaSharingProtocolThe media sharing protocol, such as App, CAST, HDMI, DrawingBoard, AIRPLAY, or MIRACAST.HDMI
modelIdA unique identifier for a model. A random UUID that was assigned when the model was added to the catalog.9e225e0a-a251-4e4f-9f40-b95edc2869c6
monthOfYearThe numeric month of the year (1-12).1
peakPeopleThe maximum number of people in the room at any one time. Only available for devices that support counting people.3
peopleSecondsThe number of people in the room times the number of seconds the room was occupied. For example, if there were ten people in the room for one minute and then two people in the room for three more minutes, peopleSeconds would be (10 x 60) + (2 x 3 x 60) = 960. Only available for devices that support counting people.6305
pluginIdID of softphone plugin used for the call. Foreign key into plugin table.4400
productIdA unique identifier for a product. An ID that was assigned when the model was added to the catalog. Product information is not available for all devices. Some devices support multiple types of firmware for the same hardware model, each of which is specific to a different partner integration. These devices will always have product information, and the product information can be used to distinguish the partners/firmwares.127
resolutionThe video resolution when sharing media formatted as "<width> x<height> "1920 x 1080
roomCapacityThe maximum amount of people that the room can hold.10
signalingProtocolThe call signaling protocol, such as VOIP, SIP, or H.323.VOIP
qoe_audioprotocolrxThe audio protocol received (such as G.728 or G.722).SirenLPR
qoe_audioprotocoltxThe audio protocol transmitted (such as G.728 or G.722.1).SirenLPR
qoe_avgjitterrxThe average jitter of packets received during a call, calculated from sample tests done once per minute.4
qoe_avgjittertxThe average jitter of packets transmitted during a call, calculated from sample tests done once per minute.6
qoe_avglatencyrxThe average latency of packets received during a call based on round-trip delay, calculated from sample tests done once per minute.20
qoe_avglatencytxThe average latency of packets transmitted during a call based on round-trip delay, calculated from sample tests done once per minute.20
qoe_avgpacketslostrxThe number of packets transmitted that were lost during a call.26
qoe_avgpacketslosttxThe number of packets received that were lost during a call.23
qoe_avgpercentpacketlossrxThe combined average of the percentage of both audio and video packets received that were lost during the five seconds preceding the moment at which a sample was taken. This value does not report a cumulative average for the entire call. However, it does report an average of the sampled values.0.03
qoe_avgpercentpacketlosstxThe combined average of the percentage of both audio and video packets transmitted that were lost during the five seconds preceding the moment at which a sample was taken. This value does not report a cumulative average for the entire call. However, it does report an average of the sampled values.0.06
qoe_maxjitterrxThe maximum jitter of packets received during a call, calculated from sample tests done once per minute.7
qoe_maxjittertxThe maximum jitter of packets transmitted during a call, calculated from sample tests done once per minute.12
qoe_maxlatencyrxThe maximum latency for packets received during a call based on round-trip delay, calculated from sample tests done once per minute.20
qoe_maxlatencytxThe maximum latency for packets transmitted during a call based on round-trip delay, calculated from sample tests done once per minute.20
qoe_precedencelevelThe call priority level assigned to the call.ROUTINE
qoe_totalh320errorsThe number of H.320 errors experienced during the call.0
qoe_videoformatrxThe video format of the received video.1080p
qoe_videoformattxThe video format of the transmitted video.1080p
qoe_videoprotocolrxThe video protocol received (such as H.263 or H.264).H.264-HP
qoe_videoprotocoltxThe video protocol transmitted (such as H.263 or H.264).H.264-HP
relatedDeviceEventIf applicable, one of the following:
- noDevice
- talkButtonPress
- docked
talkButtonPress
remoteNameThe human readable name of the remote user.OtherName
remoteTagSIP signaling tag of the remote endpoint.1c1124676033
remoteUriSIP/H323 signaling URI of the remote endpoint.SIP:OtherName@SomeDomain.com
quarterOfYearThe numeric quarter of the year (1-4).1
roomIdA unique identifier for a room. A random UUID that was assigned when the room was created.05748aad-f598-4c7b-b165-114d7b5fafc5
secondsInCallThe total time (in seconds) that the device was in a call.1497
secondsWithPeopleThe total time (in seconds) that people were detected in the room. Only available for devices that support counting people.2699
serialNumberThe serial number of the device.S/N20PF4K
siteIdA unique identifier for a site. A random UUID that was assigned when the site was created.099fea9d-42a8-487f-bfe2-7080b1fa93ee
softphoneVersionThe version of the softphone.1.6.0.6754
softwareBuildThe build of software or firmware on the device. This may be necessary to distinguish the software release when a beta test or other pre-release version of software has been installed. Some devices do not report software build information.9633
softwareVersionThe software version number.2.0.0.001096
startTimeThe time that the meeting started.2022-01-26T21:15:55.409+0000
userThe name of the user who made the call.MyDeviceName
userActionIf applicable, one of the following:
- softphoneUI
- deviceEvent
deviceEvent
userIdThe ID of the user who made the call.auth0|5eff25b170a2a900141fdbcd

Schema Diagrams

Device Status

Diagram displaying the Telemetry Schema: Device Status

Device History

Diagram displaying the Telemetry Schema: Device History

Device Event

Diagram displaying the Telemetry Schema: Event

Usage

Diagram displaying the Telemetry Schema: Usage

CDR

Diagram displaying the Telemetry Schema: CDR

Media

Diagram displaying the Telemetry Schema: Media